.horario-modern {
  max-width: 960px;
  margin: 20px auto;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.horario-modern h2 {
  background: #004080;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}

.horario-modern .dia {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.horario-modern .dia:last-child {
  border-bottom: none;
}

.horario-modern strong {
  display: block;
  color: #004080;
  margin-bottom: 5px;
}

.horario-modern p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
